3.16.87 \(\int (5+2 x+3 x^2+4 x^3) \, dx\)

Optimal. Leaf size=13 \[ x^4+x^3+x^2+5 x \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 13, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 0, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} x^4+x^3+x^2+5 x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[5 + 2*x + 3*x^2 + 4*x^3,x]

[Out]

5*x + x^2 + x^3 + x^4

Rubi steps

\begin {align*} \int \left (5+2 x+3 x^2+4 x^3\right ) \, dx &=5 x+x^2+x^3+x^4\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 13, normalized size = 1.00 \begin {gather*} x^4+x^3+x^2+5 x \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[5 + 2*x + 3*x^2 + 4*x^3,x]

[Out]

5*x + x^2 + x^3 + x^4

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (5+2 x+3 x^2+4 x^3\right ) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[5 + 2*x + 3*x^2 + 4*x^3,x]

[Out]

IntegrateAlgebraic[5 + 2*x + 3*x^2 + 4*x^3, x]

________________________________________________________________________________________

fricas [A]  time = 0.53, size = 13, normalized size = 1.00 \begin {gather*} x^{4} + x^{3} + x^{2} + 5 x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(4*x^3+3*x^2+2*x+5,x, algorithm="fricas")

[Out]

x^4 + x^3 + x^2 + 5*x

________________________________________________________________________________________

giac [A]  time = 1.00, size = 13, normalized size = 1.00 \begin {gather*} x^{4} + x^{3} + x^{2} + 5 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(4*x^3+3*x^2+2*x+5,x, algorithm="giac")

[Out]

x^4 + x^3 + x^2 + 5*x

________________________________________________________________________________________

maple [A]  time = 0.00, size = 14, normalized size = 1.08 \begin {gather*} x^{4}+x^{3}+x^{2}+5 x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(4*x^3+3*x^2+2*x+5,x)

[Out]

x^4+x^3+x^2+5*x

________________________________________________________________________________________

maxima [A]  time = 1.14, size = 13, normalized size = 1.00 \begin {gather*} x^{4} + x^{3} + x^{2} + 5 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(4*x^3+3*x^2+2*x+5,x, algorithm="maxima")

[Out]

x^4 + x^3 + x^2 + 5*x

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 13, normalized size = 1.00 \begin {gather*} x^4+x^3+x^2+5\,x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*x + 3*x^2 + 4*x^3 + 5,x)

[Out]

5*x + x^2 + x^3 + x^4

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 12, normalized size = 0.92 \begin {gather*} x^{4} + x^{3} + x^{2} + 5 x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(4*x**3+3*x**2+2*x+5,x)

[Out]

x**4 + x**3 + x**2 + 5*x

________________________________________________________________________________________